@charset "utf-8";
/* CSS Document */

::-webkit-input-placeholder { /* WebKit browsers */
  color: #999999;
  font-size: 14px;
	opacity: 1;
	
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
	opacity: 1;
	
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999999;
  font-size: 14px;
	opacity: 1;
	
}  
.cl{padding: 0;}
.bggrey{
	background: #f5f5f5;
}
.colgreen{
	color:#1a9060
}
.coltxt{
	color:#737373
}
.top{
	padding: 16px 0;
}
.logo1{
	border-left: 1px solid #cbcbcb;
	
}
.logo{
	padding: 20px 0;
}
.pcnav{
	padding: 16px 35px;
	
	
		
}
.pcnav:hover{
	font-weight: bold;
	
	color:#323131;
}
.pcnav:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 4px;
	background: #1a9060;
	transition:all .4s
		
}
.pcnav:hover::after{
	width: 100%;
	left: 0%;
}
.pcnav2{
	width: 200px;
	padding: 0 25px;
	left: -42px;
	visibility: hidden;
	opacity: 0;
	transition: 0.8s;
	top:130%;
	z-index: 10;
}
.pcnav2 li{
	padding: 10px 0;
}
.pcnav2 a{
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}
.pcnav2 li:hover a{
	color:#1a9060;
	border-bottom: 1px solid #1a9060;
	background: url(../images/bg.png) no-repeat center right;
}
.navpc:hover .pcnav2{
	visibility: visible;
	opacity: 1;
	top:100%;
}
.scbox{
	width: 180px;
	border: 2px solid #1a9060;
	line-height: 2em;
	padding-left: 10px;
}
.sstxt{
	background: #1a9060;
	width: 56px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.scsub{
	width: 56px;
	height: 32px;
	border: none;
	top:0;
	left: 100%;
	background: none;
}
.banner{
	height: 28.5vw!important
}
.keyword{
	background: #f8f8f8;
	border: 1px solid #dedede;
}
.keyword1{
	padding: 0 10px;
	border-left: 1px solid #707070
}

.keyword1:nth-child(3){
	border: none;
}
.gl-top{
	background: #b4b4b4;
	height: 130px;
	padding-left: 35px;
}
.gl-top1{
	padding-left: 12px;
	border-left: 7px solid #fff
}
.gl-bot{
	background: #f8f8f8;
	border: 1px solid #b4b4b4;
	border-top:none;
	line-height: 3.5em;
	
}
.gl-bot>a{
	background: url(../images/bg3.png) no-repeat right center;
	margin-left: 40px;
	margin-right: 18px;
}
.gl-bot:hover>a{
	color: #1a9060;
	background: url(../images/bg4.png) no-repeat right center;
}
.gl-bot2 li{
	
	background: #fff;
	border-top: 1px solid #b4b4b4
	
}
.gl-bot2 li a{
color:#444;
font-weight:normal;
	margin-left: 40px;
	padding-left: 20px;
	background: url(../images/bg5.png) no-repeat center left;
}
.gl-bot2 li:hover{
	background: #f8f8f8
}
.gl-bot2 li:hover a{
	color:#1a9060
}
.gl-bot2{
	opacity: 0;
	display: none;
	visibility: hidden;
	transition: 0.6s
}
.gl-bot:hover .gl-bot2{
	display: block;
	visibility: visible;
	opacity:1;
}
.gl-di{
	border-bottom: #b4b4b4 14px solid;
}
.goods-list img{
	border:1px solid #b4b4b4;
	box-sizing: border-box;
}
.goods-list h3{
	background: #686868;
}
.goods-list:hover img{
	border:1px solid #1a9060;
}
.goods-list:hover h3{
	background: #1a9060;
}
.adv{
	background: url(../images/adv.png) no-repeat top center;
	padding-bottom: 50px;
}
.adv2{
	border-bottom: 1px dashed #6a6a6a;
	padding-bottom: 10px;
	margin-top: 50px;
}
.adv3{
	padding: 0 20px;
}
.adv1 li {
    list-style-image: url(../images/box2.png);
    margin-top: 20px;
    line-height: 2em;
}
.adv-3 {
    left: 9%;
    top: -120px;
}
.adv-con {
    border: 1px solid;
    width: 273px;
    height: 30px;
}
.advbox{
	padding: 40px 0;
}
  .company{

}
  .company .item-title{
  width: 100%;
  height: 75px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  position: relative;
  background-image: url('../images/bg/bg-logo.png');
  background-size: 560px 75px;
  background-position-x: right;
  background-repeat: no-repeat;
}
  .company .item-title span + span{
  border-left: 2px solid #666;
}
  .company .item-title .cn{
  padding-right: 10px;
}
  .company .item-title .en{
  padding-left: 10px;
}
  .company .item-title::before{
  content: '';
  width: 88px;
  height: 3px;
  background-color: #1a9060;
  position: absolute;
  bottom: 30px;
  left:0;
}

  .company-container{
  width: 100%;
  height: 432px;
  box-sizing: border-box;
  padding: 34px 20px 26px 22px;
  background-color: #f8f8f8;
}
  .company-container .left{
  
  
}
  .company-container .left .company-title{
  height: 79px;
  border-bottom: 1px solid #828282;
  margin-bottom: 40px;
}
  .company-container .left .company-title .cn{
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
  .company-container .left .company-title .en{
  margin-top: 6px;
  font-size: 13px;
  color: #a3a3a3;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
  .company-container .left .conpany-content p{
  text-indent: 2em;
  font-size: 14px;
  line-height: 21px;
  color: #666;
}
  .company-container .left .more-btn{
  box-sizing: border-box;
  margin-top: 40px;
  width: 159px;
  height: 39px;
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;


}
.com-img{
	bottom: -1250%;
	left: 2%;
		
}
.ft-2{
	width: 33.33%
}
.banner3 {
    background: url(../images/bg7.png) no-repeat center top;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.news-hang{
	border: 1px solid #dfdfdf;
	padding: 20px;
}
.new-tl{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 5px;
	background: url(../images/line1.png) no-repeat left 5px;
	padding-left: 10px;
}
.news-list li {
	color: #666666;
	background: url(../images/box1.png) no-repeat center left;
	padding:10px ;
	border-bottom: 1px dashed #666666;
		
}
.news-list li a{
	color: #666666;
	
		
}
.news-list li:hover a{
	color: #1a9060;
	text-decoration: underline;
	
		
}
.news-right{
	border: 1px solid #dfdfdf;
	padding: 20px;
}
.qa-list li{
	padding: 15px 0;
	border-bottom: 1px dashed #666666;
}
.ft-1{
	border: 1px solid #898989
}
.ft-2:nth-child(2){
	border-left: 1px solid #898989;
	border-right: 1px solid #898989
}
.fot-tel{
	width: 322px;
}
.fot-sub{
	background: #1a9060;
	width: 90px;
	line-height: 2rem;
	border: none;
	bottom: 0;
	right: 0;	
}
footer{
	padding: 40px 0;
}
.nei-news1 {
    margin-top: 15px;
}
.nei-news1 a:hover {
    text-decoration: underline;
}
.remen{
	padding: 8px;
	border: 1px solid #fff
}
.nei-tj{
	padding: 10px;
	overflow: hidden;
}
.pageinfli:first-child {
    border-top: none;
}

.pageinfli {
    justify-content: space-between;
    padding: 0.3rem 0;
    border-top: 1px dotted #e7e7e7;
}
.pageinfliflbor {
    background: #f6f5f5;
    color: #a2a2a2;
    padding: 0.4rem 0.8rem;
}
.newslist:nth-child(1) {
    padding-top: 0px;
}

.newslist {
    padding: 0.75rem 0;
    border-bottom: 1px dashed #7b7b7b;
}
.newstime {
    background: #7b7b7b;
    color: #fff;
    padding: 6px 5px;
    transition: 0.5s;
}
.newslist:hover .newstime {
    background: #1a9060;
}
@media screen and (max-width:1200px){
	
	
}

@media screen and (max-width:1078px){

	
}
@media screen and (max-width:768px){

}